home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d1
/
burn_in.arc
/
BAT.ARC
/
4.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-03-13
|
1KB
|
62 lines
echo off
cls
break on>nul
verify on>nul
c:
cd\
a:
echo Now testing CPU with prime number routine.....
sieve1
cls
echo Now testing CPU with floating point calculations....
float
cls
echo Now testing graphics and mono screen....
graftest
cls
echo copying files...
md c:\burn-in>nul
copy *.* c:\burn-in>nul
copy *.* b:>nul
b:
echo off
cls
echo Now testing CPU with prime number routine.....
sieve1
cls
echo Now testing CPU with floating point calculations....
float
cls
echo Now testing graphics and mono screen....
graftest
cls
c:
cd\burn-in
echo off
cls
echo Now testing CPU with prime number routine.....
sieve1
cls
echo Now testing CPU with floating point calculations....
float
cls
echo Now testing graphics and mono screen....
graftest
cd\
cls
a:
echo Deleting extraneous working files
del c:\burn-in\*.com>nul
del c:\burn-in\*.exe>nul
del c:\burn-in\*.bat>nul
del c:\burn-in\*.dat>nul
del c:\burn-in\*.txt>nul
rd c:\burn-in>nul
del b:*.com>nul
del b:*.exe>nul
del b:*.bat>nul
del b:*.dat>nul
del b:*.txt>nul
del a:*.dat>nul
d